home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 48 / Amiga Format CD48 (1999-12-13)(Future Publishing)(GB)(Track 1 of 2)[!][issue 2000-01].iso / -in_the_mag- / networking / crosspc / parpc04 / packet / docs / manifest.doc < prev    next >
Text File  |  1993-08-12  |  3KB  |  54 lines

  1. Files in this package and their description:
  2.  
  3. READ.ME       A Very Important File.
  4.  
  5. BIN/          Directories where the driver executables are located
  6. PARNET.COM    The PARnet-PC packet driver.
  7. SLIP8250.COM  Extra: a driver for SLIP (I know, it has nothing to do with
  8.               PARnet).
  9.  
  10. DOCS/         Documentation for PARnet-PC and the Clarkson packet drivers
  11.               in general.
  12. BUGS.DOC      Possible bugs to be aware of.
  13. COPYING.DOC   The Free Software Foundation's General Public License.
  14. EXE2COM.DOC   Chris Dunford's Exe2bin replacement docs.
  15. HOWTOGET.IT   Instructions on obtaining that which you already have.
  16. INSTALL.DOC   User documentation.
  17. MANIFEST.DOC  This file.
  18. PACKET.DOC    Joe R. Doupnik's "Packet drivers made simple"
  19. PACKET_D.109  Packet driver spec version 1.09
  20. SOFTWARE.DOC  Notes on software that works with packet drivers.
  21.  
  22. SRC/          Source code to the PARnet packet driver
  23. CHROUT.ASM    Subroutine to print a single character.
  24. DECOUT.ASM    Subroutine to print a 32 bit decimal number.
  25. DEFS.ASM      Definitions and macros.
  26. DIGOUT.ASM    Subroutines to print 1, 2, 4, and 8 digit hex numbers.
  27. EXE2COM.C     Chris Dunford's Exe2bin replacement (source code).
  28. EXE2COM.EXE   Chris Dunford's Exe2bin replacement.
  29. GETDIG.ASM    Subroutine to convert an ASCII character into 0..15.
  30. GETNUM.ASM    Subroutine to convert ASCII digits into four bytes.
  31. HEAD.ASM      Resident device independent generic code.
  32. MAKEFILE      Makefile.  Uses tasm and tlink, but MS may work.
  33. OCCUPIED.ASM  Subroutine to test for occupied memory.
  34. PARNET.ASM    Source code to the PARnet packet driver.
  35. PARSUBR.ASM   Low level Subroutines for the PARnet driver.
  36. PRINTEA.ASM   Subroutine to print Ethernet addresses.
  37. PRINTNUM.ASM  Subroutine to print a number in decimal and hex.
  38. SKIPBLK.ASM   Subroutine to skip past blanks.
  39. TAIL.ASM      Non-resident device independent generic code.
  40. TIMEOUT.ASM   Subroutine to check for excessive time spent looping.
  41. VERIFYPI.ASM  Subroutine to verify the packet interrupt.
  42.  
  43. UTILS/        Some additional utilities to test the packet driver.
  44. DUMP.EXE      Trace dumper, processes the output from TRACE.COM
  45. PKTADDR.COM   Program to get/set the packet driver address.
  46. PKTALL.COM    Program to receive and discard all packets.
  47. PKTCHK.COM    Source of the packet driver installation checker.
  48. PKTSEND.COM   Program to send arbitrary packets.
  49. PKTSTAT.COM   Program to print the statistics.
  50. PKTTRAF.COM   Program to display traffic graphically.
  51. TERMIN.COM    Packet driver terminator (removes the driver from memory).
  52. TRACE.COM     Packet driver tracer, use it in combination with DUMP.EXE.
  53. UTILS.DOC     Documentation for using these utilities.
  54.